func math/big.lshVU

7 uses

	math/big (current package)
		arith_decl.go#L53: 	return lshVU(z, x, s)
		arith_decl.go#L59: func lshVU(z, x []Word, s uint) (c Word)
		float.go#L588: 		c := lshVU(m, m, s)
		nat.go#L405: 		z[n] = lshVU(z[n-m:n], x, s)
		natdiv.go#L614: 		lshVU(v, vIn, shift)
		natdiv.go#L615: 		u[len(uIn)] = lshVU(u[:len(uIn)], uIn, shift)
		natmul.go#L131: 	t[2*n-1] = lshVU(t[1:2*n-1], t[1:2*n-1], 1) // double the j < i products